
Functions | |
| void | led_on () |
| void | led_off () |
| void | print_msg (const char *buf, int len) |
| void | sample_temp () |
| void | print_num (int num) |
| void led_off | ( | ) |
| void led_on | ( | ) |
| void print_msg | ( | const char * | buf, | |
| int | len | |||
| ) |
Display the string on the LCD's display.

| void print_num | ( | int | num | ) |
Display a number on the LCD's display.

| void sample_temp | ( | ) |
Send a uart cmd_msg to sample temperature using Raven's on-board temperature sensor. The temperature value will be shown on the LCD.

1.5.5